home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / penguinpass.swf / scripts / DefineButton2_165 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  304b  |  17 lines

  1. on(release){
  2.    if(_root.tthe == false)
  3.    {
  4.       _root.penguin.gotoAndStop(1);
  5.       _root.tthe = true;
  6.       hom = random(10);
  7.       if(hom == 1)
  8.       {
  9.          _root.ball.gotoAndPlay("hit");
  10.       }
  11.       if(hom != 1)
  12.       {
  13.          _root.ball.gotoAndPlay("miss");
  14.       }
  15.    }
  16. }
  17.